This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Sean Ekhipitexings 9.Oct.03 07:31 PM a Web browser Domino Server6.0.1 CF3Linux - RedHat
We have an application that exports documetns with attachments to xml using the LotusScript NotesDXLExporter. Som of our docs have large attachments which we don't want to include in the exported data in their base64 representation. Pipelining the dxl exported to a simple transformer that removes the attachments in xml is easy enough but ideally the attachments should not be included in the dxl output at all. Yes they are easily removed prior to dxl export but that requires saving the document therefore permanently losing the attachments.
My main concern with my current approach is that it will not cope with very large attachments. Does anyone have any experience of the LS dxl exporter in this area and if so could you perhaps post maximum doc /attachment sizes that are doable in your experience.